SSS_USERADD(8) | SSSD マニュアル ページ | SSS_USERADD(8) |
NAME¶
sss_useradd - 新しいユーザーを作成する
SYNOPSIS¶
sss_useradd [options] LOGIN
概要¶
sss_useradd は、コマンドラインにおいて指定された値とシステムの初期値を使用して、新しいユーザーを作成します。
オプション¶
-u,--uid UID
-c,--gecos COMMENT
-h,--home HOME_DIR
-s,--shell SHELL
-G,--groups GROUPS
-m,--create-home
-M,--no-create-home
-k,--skel SKELDIR
特殊ファイル (ブロックデバイス、キャラクターデバイス、名前付きパイプおよび UNIX ソケット) はコピーされません。
-m (または --create-home) オプションが指定されたとき、またはホームディレクトリーの作成が設定において TRUE に設定されている場合のみ、このオプションが有効です。
-Z,--selinux-user SELINUX_USER
-?,--help
ローカルドメイン¶
In order to function correctly, a domain with “id_provider=local” must be created and the SSSD must be running.
The administrator might want to use the SSSD local users instead of traditional UNIX users in cases where the group nesting (see sss_groupadd(8)) is needed. The local users are also useful for testing and development of the SSSD without having to deploy a full remote server. The sss_user* and sss_group* tools use a local LDB storage to store users and groups.
関連項目¶
sssd(8), sssd.conf(5), sssd-ldap(5), sssd-krb5(5), sssd-simple(5), sssd-ipa(5), sssd-ad(5), sssd-sudo(5),sssd-secrets(5),sssd-session-recording(5), sss_cache(8), sss_debuglevel(8), sss_groupadd(8), sss_groupdel(8), sss_groupshow(8), sss_groupmod(8), sss_useradd(8), sss_userdel(8), sss_usermod(8), sss_obfuscate(8), sss_seed(8), sssd_krb5_locator_plugin(8), sss_ssh_authorizedkeys(8), sss_ssh_knownhostsproxy(8),sssd-ifp(5),pam_sss(8). sss_rpcidmapd(5)sssd-systemtap(5)
AUTHORS¶
The SSSD upstream - https://pagure.io/SSSD/sssd/
01/23/2024 | SSSD |